home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------------------------------------------------
- ; ZTABS.INI: Default tab settings used by Zedit (tm)
- ;----------------------------------------------------------------------------
- ;
- ; Up to 16 tab types can be specified.
- ;
- ; The first TABS= line will be the default when a file is edited that is
- ; not included in one of the TABS= lines.
- ;
- ; The fields of the TABS= line are:
- ;
- ; +-------> Tab columns: 1,2,3,4,5,6,7,8
- ; | +-----> Tab type: 0 = Hard ascii(9), 1 = Soft ascii(32)
- ; | | +---> extension for this tab type (no period, 3 chars max)
- ; | | |
-
- tabs= 8 0 asm
- tabs= 8 0 bat
- tabs= 8 0 equ
- tabs= 4 1 ini
- tabs= 4 1 bas
- tabs= 4 1 c
- tabs= 4 1 cpp
- tabs= 4 1 h
- tabs= 4 1 doc
- tabs= 4 1 gbl
- tabs= 4 1 pas
- tabs= 4 1 txt
- tabs= 3 0 m
-
-